Marker Class

Represents a marker, which is used to draw polygons at the start and end points of strokes. Markers are not available as automatic styles.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Marker
Inheritance
Object    Marker

Constructors

Marker Initializes a new instance of the Marker class.

Properties

DisplayName Specifies the name of the marker.
Name Specifies the name by which a marker can be referenced.
PathData Contains the newline characters and thus can be broken up into multiple lines to improve readability.
ViewBox Specifies the user coordinate system inside the physical coordinate system of the shape specified by the position and size attributes.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Marker object to its equivalent string representation.
(Overrides ObjectToString)

See Also